std::find 本章描述C++泛型算法find的设计和使用。 我们先来看看C++官方网站上对find的描述 http://www.cplusplus.com/reference/algorithm/find/ ...